GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-02T18:46:18.8995811+00:00",
"SubmitDate": "2026-02-02T18:46:18.8995811+00:00",
"ReportPeriodStart": "2026-02-02T18:46:18.8995811+00:00",
"ReportPeriodEnd": "2026-02-02T18:46:18.8995811+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e9899e7e-41dd-43a0-9dcd-a11a9c80893e",
"Rows": [
{
"ItemId": "dcd59535-f260-45a9-9f84-d45680ad2b67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dcd59535-f260-45a9-9f84-d45680ad2b67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e9899e7e-41dd-43a0-9dcd-a11a9c80893e",
"Rows": [
{
"ItemId": "dcd59535-f260-45a9-9f84-d45680ad2b67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dcd59535-f260-45a9-9f84-d45680ad2b67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2303d2a5-bd26-4d38-88da-8ffa680601d4",
"ede8cdba-3196-4fa6-bd7e-d9c521f02401"
],
"Approvers": [
"d2a47489-6657-4b59-aaeb-a5a0ff61df31",
"59f16a46-afaa-4e32-8065-6d80cdd67a73"
],
"ApprovedBy": "fdecc50f-ff7c-4c1c-86dd-3ea1ba4078b2",
"ApprovalDate": "2026-02-02T18:46:18.8995811+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1f20174c-51b0-4dfc-a1c9-d76503cd750a",
"id": "1c7b3bf5-ac96-41ae-94be-a3e5a42b00e6",
"ConfigId": "a1caaa44-61b8-472f-a2ba-9c8f43886a72"
},
{
"GenerationDate": "2026-02-02T18:46:18.8995811+00:00",
"SubmitDate": "2026-02-02T18:46:18.8995811+00:00",
"ReportPeriodStart": "2026-02-02T18:46:18.8995811+00:00",
"ReportPeriodEnd": "2026-02-02T18:46:18.8995811+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e9899e7e-41dd-43a0-9dcd-a11a9c80893e",
"Rows": [
{
"ItemId": "dcd59535-f260-45a9-9f84-d45680ad2b67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dcd59535-f260-45a9-9f84-d45680ad2b67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e9899e7e-41dd-43a0-9dcd-a11a9c80893e",
"Rows": [
{
"ItemId": "dcd59535-f260-45a9-9f84-d45680ad2b67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dcd59535-f260-45a9-9f84-d45680ad2b67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2303d2a5-bd26-4d38-88da-8ffa680601d4",
"ede8cdba-3196-4fa6-bd7e-d9c521f02401"
],
"Approvers": [
"d2a47489-6657-4b59-aaeb-a5a0ff61df31",
"59f16a46-afaa-4e32-8065-6d80cdd67a73"
],
"ApprovedBy": "fdecc50f-ff7c-4c1c-86dd-3ea1ba4078b2",
"ApprovalDate": "2026-02-02T18:46:18.8995811+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1f20174c-51b0-4dfc-a1c9-d76503cd750a",
"id": "1c7b3bf5-ac96-41ae-94be-a3e5a42b00e6",
"ConfigId": "a1caaa44-61b8-472f-a2ba-9c8f43886a72"
}
]